home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000050_news@columbia.edu _Thu Oct 24 20:33:17 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA01795 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 24 Oct 1996 20:33:17 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id UAA03547 for kermit.misc@watsun; Thu, 24 Oct 1996 20:33:16 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ckermit sending garbage characters on startup
  8. Date: 25 Oct 1996 00:33:07 GMT
  9. Organization: Columbia University
  10. Lines: 41
  11. Message-ID: <54p1s3$6jj@dobryden.cc.columbia.edu>
  12. References: <gerlachDzt04r.379@netcom.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <gerlachDzt04r.379@netcom.com>,
  16. Matthew H. Gerlach <gerlach@netcom.com> wrote:
  17. : I am a heavy user of ckermit running on a Sparc 5 with SunOS 4.1.4.  I 
  18. : use ckermit with direct serial connections to embedded systems I am 
  19. : programming.  The problem I have appears when using both 
  20. : C-Kermit 5A(190), 4 Oct 94, for SunOS 4.1 (BSD)
  21. :     and
  22. : C-Kermit 6.0.192 Beta.029, 21 Aug 96, for SunOS 4.1 (BSD)
  23. : Here's the scenario:
  24. : I fire up ckermit with the -y parameter pointing to a file will the following
  25. : commands:
  26. :     set line /dev/ttyA3
  27. :     set speed 38400
  28. :     set terminal bytesize 8
  29. :     set command bytesize 8
  30. :     log session ttyA3
  31. :     connnect
  32. : I then exit ckermit by hitting ^\ following by a 'c' and a "quit".
  33. : If I do this a couple of times, one of the invocations of ckermit will
  34. : start out by sending out a bunch of garbage characters that include
  35. : some breaks.  I have verified this with a protocol analyzer.
  36. : So my question is, "is there something I should do when exiting ckermit
  37. : or starting ckermit up that will prevent these garbage characters from
  38. : being sent?".
  39. There is nothing in C-Kermit to send any characters during CONNECT mode
  40. that you did not type.  Maybe there is a bug, but I doubt it because nobody
  41. has had a complaint like this before.
  42.  
  43. It sounds to me like there is some contention for the Sun's serial device and
  44. another process is transmitting on it, most likely at a different speed, which
  45. accounts for the garbage and BREAKs.  Maybe getty is the culprit?  Please
  46. check to make sure you do not have a getty (login) configured for that device.
  47.  
  48. If that is not the problem, we can follow up in more detail privately.
  49.  
  50. - Frank